home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / unix / bsd / osf1 / Makefile < prev    next >
Encoding:
Makefile  |  1993-12-23  |  147 b   |  4 lines

  1. # Without -non_shared (via the compiler's -static flag), we'll end up
  2. # with some unresolved symbols wrt exceptions.
  3. LDFLAGS := $(LDFLAGS) -static
  4.